Snaphots with Sark

With the help of Sark, IDA-IPython can become a great tool for documenting important parts of your work and your IDB, as Sark allows you to easily take snapshots of IDA.


In [1]:
import sark
from sark.ipython import snap

In [2]:
snap('IDA View-A')


It also possible to capture the entire IDA screen.


In [3]:
snap()



In [ ]: